Backport: Don't disable Unicode menus on Windows NT and later.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Aug 2012 18:34:37 +0000 (21:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Aug 2012 18:34:37 +0000 (21:34 +0300)
commit7dd01ab1ab535e258bf052c345a141741885b4fa
treeab0085bdc43fb6d3b6675cfdf1bfe6d853621b14
parent01e95100da5fcb3b99f7b22c4d2259a8945eb14a
Backport: Don't disable Unicode menus on Windows NT and later.

 src/w32menu.c: Include w32heap.h.
 (add_menu_item): If the call to AppendMenuW (via
 unicode_append_menu) fails, disable Unicode menus only if we are
 running on Windows 9X/Me.
 src/makefile.w32-in ($(BLD)/w32menu.$(O)): Depend on w32heap.h.
src/ChangeLog
src/makefile.w32-in
src/w32menu.c